home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / addsvp.arc / ADDSVP.DOC < prev   
Text File  |  1984-12-22  |  3KB  |  62 lines

  1. Notes and documentation on ADDSEML.BAS ---
  2.  
  3. This program emulates an ADDS REGENT or VIEWPOINT terminal.  Not
  4. all of the escape or control sequences for this protocol are emulated.
  5. Keypad and function keys are not emulated.  Aux port is emulated in part.
  6.  
  7. Communication characteristics are no parity, 8 data bits, 1 stop
  8. bit, no attention to handshaking, i/o using COM1: port.
  9.  
  10. Function keys work as follows:
  11.  
  12.   F1 -- alternately sends ctrl-S and ctrl-Q to control output
  13.  
  14.   F2 -- spare, does nothing right now
  15.  
  16.   F3 -- toggles the value sent by the backspace key between ctrl-H
  17.         and DEL (127)
  18.  
  19.   F4 -- toggles display between NORMAL and MONITOR modes;  in NORMAL
  20.         mode, control characters are interpreted and acted upon, in
  21.         MONITOR mode, all control characters are displayed as the
  22.         inverse of the key (e.g. H in reverse will display if ctrl-H
  23.         is received, etc.); in MONITOR mode, DEL will display as a
  24.         half-tone blob; in MONITOR mode, display wraps around to next
  25.         line at column 80 since line feed and carriage returns are not
  26.         acted upon.
  27.  
  28.   F5 -- toggles local echo on and off for half or full duplex operations
  29.  
  30.   F6 -- toggles logging of received data to printer (LPT1:);  if in
  31.         MONITOR mode, control characters will be underlined and DEL
  32.         will be a dark blob;  works with dot matrix or daisy printers.
  33.  
  34.   F7 -- clears entire screen and positions cursor to upper left corner
  35.  
  36.   F8 -- toggles between white on black or black on white display
  37.  
  38.   F9 -- sends a 250 ms break signal down the line
  39.  
  40.   F10 - returns to DOS, leaving comm. line idle
  41.  
  42. If output to display falls more than 254 characters behind input to comm.
  43. buffer, a ctrl-S is automatically sent.  When it catches up again, ctrl-Q
  44. is sent to refill buffer.
  45.  
  46. To use this program at 2400 bps or greater, you should compile it.
  47. The following compiler switches are recommended:
  48.  
  49.                  /X/W/C:combuffer
  50.  
  51. The value for combuffer should be 4000 or greater if you will be
  52. running at any speed above 300 bps.  The /O switch depends upon
  53. your runtime library choice.
  54.  
  55. This emulator was developed to interface an IBM PC with a Microdata Reality
  56. System and subsequently enhanced to provide MONITOR mode and printer logging.
  57.  
  58.  
  59. --------------   Walter Nicholes, Mark Gayman ---------------------
  60. --------------   Division of Admissions and Records ---------------
  61. --------------   Department of University Student Information -----
  62. --------------   Brigham Young